Windowable.title

Sets the title text.

  1. string title [@property setter]
  2. dstring title [@property setter]
  3. wstring title [@property setter]
    interface Windowable
    @property
    void
    title
    (
    wstring text
    )

Parameters

text wstring

The text to set the title of the window to

Meta